LiveEventListQuery

class LiveEventListQuery

A query class that provides queries used to retrieve a list of live events.

Since

1.0.0

Types

Link copied to clipboard
data class Params(state: LiveEventState?, types: List<LiveEventType>, createdAtRange: Range?, participantCountRange: Range?, durationRange: Range?, liveEventIds: List<String>, createdByUserIds: List<String>, limit: Int)

A class that provides parameters that are used to query a list of live events.

Functions

Link copied to clipboard
fun next(handler: LiveEventListQueryResultHandler?)

Retrieves a list of live events after the last result set.

Properties

Link copied to clipboard
val hasNext: Boolean

Indicates whether there are more live events to be queried.

Link copied to clipboard
val isLoading: Boolean

Indicates whether a query is loading.